Accusoft Prizm Viewer Annotations Schema Schema
HatchStyle Simple Type
See Also  Send comments on this topic.
Accusoft Prizm Viewer Annotations Schema Schema : HatchStyle Simple Type

Glossary Item Box

Namespace (none)

Type

Restriction of xs:string

Diagram

HatchStyle Simple Type

Overview

HatchStyle Restriction of xs:string

Facets

EnumerationNone
EnumerationHorizontal
EnumerationVertical
EnumerationForward Diagonal
EnumerationBackward Diagonal
EnumerationCross
EnumerationDiagonal Cross

Source

<xs:simpleType name="HatchStyle" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="None" />
    <xs:enumeration value="Horizontal" />
    <xs:enumeration value="Vertical" />
    <xs:enumeration value="Forward Diagonal" />
    <xs:enumeration value="Backward Diagonal" />
    <xs:enumeration value="Cross" />
    <xs:enumeration value="Diagonal Cross" />
  </xs:restriction>
</xs:simpleType>

See Also

©2015. Accusoft Corporation. All Rights Reserved.